projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6bbcf2
)
main: Tweak GPG output to match rpm-ostree
author
Matthew Barnes
<mbarnes@redhat.com>
Fri, 17 Apr 2015 16:43:46 +0000
(12:43 -0400)
committer
Matthew Barnes
<mbarnes@redhat.com>
Fri, 17 Apr 2015 16:43:46 +0000
(12:43 -0400)
src/ostree/ot-main.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-main.c
b/src/ostree/ot-main.c
index 457aa3c45d3225c916c55932ab4419c2fb9371fd..47ea36cb7decbfdca027a2ccd7a449715873399d 100644
(file)
--- a/
src/ostree/ot-main.c
+++ b/
src/ostree/ot-main.c
@@
-395,7
+395,8
@@
ostree_print_gpg_verify_result (OstreeGpgVerifyResult *result)
n_sigs = ostree_gpg_verify_result_count_all (result);
/* XXX If we ever add internationalization, use ngettext() here. */
- g_print ("Found %u signature%s:\n", n_sigs, n_sigs == 1 ? "" : "s");
+ g_print ("GPG: Verification enabled, found %u signature%s:\n",
+ n_sigs, n_sigs == 1 ? "" : "s");
buffer = g_string_sized_new (256);